[INFO] fetching crate simple_endian 0.4.10...
[INFO] fixing simple_endian-0.4.10 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate simple_endian 0.4.10 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate simple_endian 0.4.10
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate simple_endian 0.4.10
[INFO] tweaked toml for crates.io crate simple_endian 0.4.10 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate simple_endian 0.4.10 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate simple_endian 0.4.10 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded simple_endian_derive v0.4.10
[INFO] [stderr]   Downloaded bencher v0.1.5
[INFO] [stderr]   Downloaded memmap v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] dbe28a1d0c184dd3142a0657e6ad208d595552688c54385db524bb3e8541733f
[INFO] running `Command { std: "docker" "start" "dbe28a1d0c184dd3142a0657e6ad208d595552688c54385db524bb3e8541733f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dbe28a1d0c184dd3142a0657e6ad208d595552688c54385db524bb3e8541733f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dbe28a1d0c184dd3142a0657e6ad208d595552688c54385db524bb3e8541733f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dbe28a1d0c184dd3142a0657e6ad208d595552688c54385db524bb3e8541733f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking bencher v0.1.5
[INFO] [stderr]     Checking simple_endian v0.4.10 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `soft_unstable` has been removed: the general soft-unstable mechanism has been removed
[INFO] [stdout]    --> src/lib.rs:121:8
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[warn(soft_unstable)]
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stdout] warning: lint `soft_unstable` has been removed: the general soft-unstable mechanism has been removed
[INFO] [stdout]    --> src/lib.rs:121:8
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[warn(soft_unstable)]
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `simple_endian::Endianize`
[INFO] [stdout]    --> tests/native_io_helpers.rs:1:5
[INFO] [stdout]     |
[INFO] [stdout]   1 | use simple_endian::Endianize;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^---------
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    no `Endianize` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:31
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 186 | pub use simple_endian_derive::Endianize;
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   1 - use simple_endian::Endianize;
[INFO] [stdout]   1 + use simple_endian::Endian;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `endian` in this scope
[INFO] [stdout]  --> tests/native_io_helpers.rs:4:3
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[endian(le)]
[INFO] [stdout]   |   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `NativeWire` in this scope
[INFO] [stdout]   --> tests/native_io_helpers.rs:14:16
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let wire = NativeWire { a: 0x1122u16.into(), b: 0xAABBCCDDu32.into() };
[INFO] [stdout]    |                ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `write_specific` in crate `simple_endian`
[INFO] [stdout]   --> tests/native_io_helpers.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |     simple_endian::write_specific(&mut buf, &wire).unwrap();
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^ not found in `simple_endian`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `read_native` in crate `simple_endian`
[INFO] [stdout]   --> tests/native_io_helpers.rs:19:41
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let native: Native = simple_endian::read_native::<_, NativeWire, Native>(&mut &buf[..]).unwrap();
[INFO] [stdout]    |                                         ^^^^^^^^^^^ not found in `simple_endian`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `NativeWire` in this scope
[INFO] [stdout]   --> tests/native_io_helpers.rs:19:58
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let native: Native = simple_endian::read_native::<_, NativeWire, Native>(&mut &buf[..]).unwrap();
[INFO] [stdout]    |                                                          ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn std_io_read_write_native_via_wire_from_into<NativeWire>() {
[INFO] [stdout]    |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `write_native` in crate `simple_endian`
[INFO] [stdout]   --> tests/native_io_helpers.rs:24:20
[INFO] [stdout]    |
[INFO] [stdout] 24 |     simple_endian::write_native::<_, NativeWire, Native>(&mut buf2, Native { a: 0x3344, b: 0x01020304 }).unwrap();
[INFO] [stdout]    |                    ^^^^^^^^^^^^ not found in `simple_endian`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `NativeWire` in this scope
[INFO] [stdout]   --> tests/native_io_helpers.rs:24:38
[INFO] [stdout]    |
[INFO] [stdout] 24 |     simple_endian::write_native::<_, NativeWire, Native>(&mut buf2, Native { a: 0x3344, b: 0x01020304 }).unwrap();
[INFO] [stdout]    |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn std_io_read_write_native_via_wire_from_into<NativeWire>() {
[INFO] [stdout]    |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `NativeWire` in this scope
[INFO] [stdout]   --> tests/native_io_helpers.rs:26:16
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let wire2: NativeWire = simple_endian::read_specific(&mut &buf2[..]).unwrap();
[INFO] [stdout]    |                ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `read_specific` in crate `simple_endian`
[INFO] [stdout]   --> tests/native_io_helpers.rs:26:44
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let wire2: NativeWire = simple_endian::read_specific(&mut &buf2[..]).unwrap();
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^ not found in `simple_endian`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `write_native_ref` in crate `simple_endian`
[INFO] [stdout]   --> tests/native_io_helpers.rs:36:20
[INFO] [stdout]    |
[INFO] [stdout] 36 |     simple_endian::write_native_ref::<_, NativeWire, Native>(&mut buf, &v).unwrap();
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^ not found in `simple_endian`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `NativeWire` in this scope
[INFO] [stdout]   --> tests/native_io_helpers.rs:36:42
[INFO] [stdout]    |
[INFO] [stdout] 36 |     simple_endian::write_native_ref::<_, NativeWire, Native>(&mut buf, &v).unwrap();
[INFO] [stdout]    |                                          ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn std_io_write_native_ref_roundtrip<NativeWire>() {
[INFO] [stdout]    |                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `read_native` in crate `simple_endian`
[INFO] [stdout]   --> tests/native_io_helpers.rs:38:44
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let read_back: Native = simple_endian::read_native::<_, NativeWire, Native>(&mut &buf[..]).unwrap();
[INFO] [stdout]    |                                            ^^^^^^^^^^^ not found in `simple_endian`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `NativeWire` in this scope
[INFO] [stdout]   --> tests/native_io_helpers.rs:38:61
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let read_back: Native = simple_endian::read_native::<_, NativeWire, Native>(&mut &buf[..]).unwrap();
[INFO] [stdout]    |                                                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn std_io_write_native_ref_roundtrip<NativeWire>() {
[INFO] [stdout]    |                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `simple_endian` (test "native_io_helpers") due to 14 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "dbe28a1d0c184dd3142a0657e6ad208d595552688c54385db524bb3e8541733f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbe28a1d0c184dd3142a0657e6ad208d595552688c54385db524bb3e8541733f", kill_on_drop: false }`
[INFO] [stdout] dbe28a1d0c184dd3142a0657e6ad208d595552688c54385db524bb3e8541733f
